home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gqzlist, gqzheart, gqzfmaplist
- if getaProp(gqzlist, #dfqzl) = 1 then
- setaProp(gqzfmaplist, #l, 1)
- puppetTransition(26, 1, 40, 1)
- go("L1")
- else
- if gqzheart >= 1 then
- puppetTransition(26, 1, 40, 1)
- go("QUIZ-L-B")
- else
- puppetTransition(26, 1, 40, 1)
- go("QUIZ-L-Bemp")
- end if
- end if
- end
-